configuration /
network /
interfaces /
vif[ID] /
cluster
CLI REST-API
ipv4
The submenu ipv4 (ipv4) contains the following:
Menus: none
Objects:
enable-cluster (enable cluster option)
mode (cluster-Mode)
ip-address (tcp/IP address)
netmask (netmask)
priority (priority)
Commands: none
See also:
/configuration/network/interfaces/vif[ID]/ipv4/ip-address
/configuration/network/interfaces/vif[ID]/ipv4/netmask
/configuration/network/interfaces/vif[ID]/ipv4/gateway
/configuration/network/interfaces/vif[ID]/ipv4/enable-dhcp
/configuration/network/interfaces/vif[ID]/ipv4/dhcp-client-id
REST-API Support:
This menu is supported by the REST API:
Method: GET
URL: /api/configuration/network/interfaces/vif.*/cluster/ipv4
Example using curl:
curl /api/configuration/network/interfaces/vif.*/cluster/ipv4
Method: PATCH
URL: /api/configuration/network/interfaces/vif.*/cluster/ipv4
Body:
{
\"objects\": \"new-values\"
}
Example using curl:
curl -X PATCH /api/configuration/network/interfaces/vif.*/cluster/ipv4
-d "{
\"objects\": \"new-values\"
}"